Editorul proprietății este unul dintre cele mai importante instrumente ale FreeCAD și un element principal în timpul colaborării cu FreeCAD. Editorul proprietății permite gestionarea proprietăților obiectelor din document.
The Property editor appears in the lower section of the Model panel (if the Combo view is active) or as a stand-alone panel called Property view.
În general, editorul de proprietăți este destinat să se ocupe de un singur obiect la un moment dat. Valorile afișate în Editorul de proprietăți aparțin obiectului activ al documentului dvs. activ (aveți grijă ce document este activ, dacă lucrați la mai multe documente). Dacă nu ați selectat niciun element (sau nu există elemente), editorul proprietății va fi gol.
Nu toate proprietățile pot fi modificate în orice moment. În funcție de starea specifică, unele proprietăți vor fi afișate ca fiind numai pentru citire.
The Data properties of a Part Box
A property is a piece of information like a number or a text string that is attached to a FreeCAD document or an object in a document. Properties can be viewed and modified with the Property editor.
A property is a piece of information like a number or a text string that is attached to a FreeCAD document or an object in the document. Many property types are available. Some of the most common types are:
App::PropertyAngle
App::PropertyBool
App::PropertyDistance
App::PropertyFloat
App::PropertyInteger
App::PropertyLength
App::PropertyPlacement
App::PropertyString
App::PropertyVector
Există două tipuri de proprietăți ale funcțiilor accesibile prin tab-urile din partea de jos a editorului de proprietăți: : Vizualizare View: proprietăți legate de afișarea "vizuală" a unui obiect. : Date Data: proprietăți legate de parametrii "fizici" ai unui obiect.
Different objects may have different properties. However, many objects have the same properties because they are derived from the same internal class.
Most geometrical objects that can be created and displayed in the 3D view are derived from a Part::Feature
. See Part Feature for the basic properties these objects have.
For 2D geometry, most objects are derived from a Part::Part2DObject
(itself derived from a Part::Feature
) which is the base of Sketches, and most Draft objects. See Part Part2DObject for the basic properties these objects have.
To display the context menu of the Property editor right-click the background of the editor, or right-click a property.
Right-clicking the background shows three options:
When right-clicking a property the following additional options are available:
Tracking
or Enabled
for this to work. This is related to Variant Links.See FeaturePython Custom Properties.
See Combo view.